*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    margin: 0;
}

.leitmotiv {
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 1;
}

.legal-lateral h2{
    font-family: 'davregular', sans-serif;
    font-size: .7rem;
    color: #000;
    transform: rotate(-90deg);
    position: absolute;
    top: 170px;
    right: -65px;
    z-index: 1;

}

.seccion-uno{
    background-color: #F8F8F8;
}

.header-desktop{
    display: inherit;
}

.header-mobile{
    display: none;
    font-size: 1.2rem;
    color: #000;
}

.seccion-menu{
    background-color: white;
    padding-top: 20px;
}

.navbar .btn{
    background-color: white;
    border-radius: 30px;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    margin: 10px 5px;
    font-size: 1.2rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #000;
    padding: 5px 40px;
}

.navbar .btn:hover{
    background-color: #000;
    font-size: 1.2rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: white;
}

.seccion-objetivo{
    background-color: white;
}

.seccion-objetivo .mujer-uno{
    display: inherit;
  }

.seccion-objetivo .text-objetivo h2{
    font-size: 1.5rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #ed1c27;
    padding-top: 150px;
}

.seccion-objetivo .text-objetivo p{
    font-size: 1rem;
    font-family: 'davregular', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.seccion-objetivo .text-objetivo p b{
    font-size: 1rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.seccion-beneficios{
    background-color: #F8F8F8;
    padding-top: 50px;
}

.seccion-beneficios .text-beneficios h2{
    font-size: 1.5rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #ed1c27;
}

.seccion-beneficios .text-beneficios h3{
    font-size: 1.3rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #ed1c27;
}

.seccion-beneficios .text-beneficios p{
    font-size: 1rem;
    font-family: 'davregular', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.seccion-beneficios .text-beneficios p b{
    font-size: 1rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.seccion-beneficios .text-beneficios h4{
    font-size: 1rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.carruseles{
    background-color: #F8F8F8;
    
}

.caracteristicas{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    padding: 10px 10px;
    position: relative;
    border-radius: 20px;
    margin: 15px 20px;
}

.caracteristicas .numero{
    position: absolute;
    left: -15px;
}

.caracteristicas .numero img{
    width: 80%;
}

.caracteristicas h4{
    margin: 0;
    padding: 0;
    font-family: 'davextrabold', sans-serif;
    font-size: 1.1rem;
    color: #000;
    letter-spacing: 2px;
    padding-left: 20px;
}

.seccion-valores{
    background-color: white;
}

.seccion-valores .mujer-dos{
    display: inherit;
  }

.seccion-valores .text-valores h2{
    font-size: 1.5rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #ed1c27;
    padding-top: 80px;
}

.seccion-valores .text-valores{
    font-size: 1.3rem;
    font-family: 'davregular', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.seccion-valores .text-valores b{
    font-size: 1.3rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #000;
}

.seccion-valores .text-valores a{
    font-size: 1.3rem;
    font-family: 'davbold_italic', sans-serif;
    letter-spacing: 2px;
    color: #ed1c27;
    cursor: pointer;
    text-decoration: underline #ed1c27;
}

.text-beneficios .img-qr img{
    width: 300px;
    padding-bottom: 30px;

}

.seccion-historias{
    background-color: #F8F8F8;
}


.seccion-historias .text-historias h2{
    font-size: 1.5rem;
    font-family: 'davextrabold', sans-serif;
    letter-spacing: 2px;
    color: #ed1c27;
    padding-top: 50px;
    padding-bottom: 30px;
}

.seccion-historias .video video{
    width: 100%;
    border-radius: 20px;
}

.swiper-hero {
    width: 80%;
    padding: 10px 25px 50px 50px;
  }

  .swiper-hero .swiper-slide{
    display: flex;
    align-items: center;
    background-color: #ed1c27;
    border-radius: 20px;
    height: 110px;
  }

  .swiper-hero .swiper-slide .pasos{
    width: 80%;
  }

.swiper-hero .pasos p{
    font-family: 'davextrabold', sans-serif;
    font-size: 1.1rem;
    color: white;
    padding-left: 5px;
    margin: 0;
    letter-spacing: 2px;
}
.swiper-hero .flecha{
    margin-left: -25px;
    width: 20%;
}

.swiper-hero .flecha img{
    width: 85%;
}

.swiper-pagination{
        --swiper-pagination-color: #ed1c27;
        --swiper-pagination-left: auto;
        --swiper-pagination-right: 8px;
        --swiper-pagination-top: auto;
        --swiper-pagination-fraction-color: inherit;
        --swiper-pagination-bullet-size: 8px;
        --swiper-pagination-bullet-width: 8px;
        --swiper-pagination-bullet-height: 8px;
        --swiper-pagination-bullet-inactive-color: #ed1c27;
        --swiper-pagination-bullet-inactive-opacity: 0.3;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-horizontal-gap: 4px;
        --swiper-pagination-bullet-vertical-gap: 6px;
        position: absolute; 
        bottom: -10px;
      }

      .footer{
        background-color: #F8F8F8;
        color: #000;
        font-size: 1rem;
        font-family: 'davregular', sans-serif;
        letter-spacing: 1px;
        padding: 20px 0px;
    }
    
    .footer img{
        width: 200px;
    }


@media only screen and (max-width: 500px){

        .leitmotiv {
            position: absolute;
            top: 0;
            width: 80px;
            z-index: 1;
        }
        
        .legal-lateral h2{
            font-family: 'davregular', sans-serif;
            font-size: .6rem;
            color: #000;
            transform: rotate(-90deg);
            position: absolute;
            top: 150px;
            right: -55px;
            z-index: 1;
        }
    
        .header-desktop{
            display: none;
        }
    
        .header-mobile{
            display: inherit;
            justify-content: center;
            margin-bottom: 50px;
        }

        .navbar .btn{
            background-color: white;
            border-radius: 30px;
            border-style: solid;
            border-color: #000;
            border-width: 1px;
            margin: 10px 5px;
            font-size: 1rem;
            font-family: 'davextrabold', sans-serif;
            letter-spacing: 2px;
            color: #000;
            padding: 5px 20px;
        }
        
        .navbar .btn:hover{
            background-color: #000;
            font-size: 1rem;
            font-family: 'davextrabold', sans-serif;
            letter-spacing: 2px;
            color: white;
        }

        .seccion-objetivo .text-objetivo h2{
            font-size: 1.5rem;
            font-family: 'davextrabold', sans-serif;
            letter-spacing: 2px;
            color: #ed1c27;
            padding-top: 20px;
        }

        .seccion-valores .text-valores h2{
            font-size: 1.5rem;
            font-family: 'davextrabold', sans-serif;
            letter-spacing: 2px;
            color: #ed1c27;
            padding-top: 20px;
        }

        .caracteristicas h4{
            margin: 0;
            padding: 0;
            font-family: 'davextrabold', sans-serif;
            font-size: .9rem;
            color: #000;
            letter-spacing: 2px;
            padding-left: 25px;
        }

        .caracteristicas .texto-dos h4{
            margin: 0;
            padding: 0;
            font-family: 'davextrabold', sans-serif;
            font-size: .9rem;
            color: #000;
            letter-spacing: 2px;
            padding-left: 25px;
        }

        .swiper-hero {
            width: 70%;
            padding: 10px 0px 40px 0px;
          }


          .swiper-hero .flecha img{
            width: 80%;
            margin: 0px 50px 0px 0px;
        }

          .seccion-objetivo .mujer-uno{
            display: none;
          }

          .swiper-hero .pasos p{
            font-family: 'davextrabold', sans-serif;
            font-size: .9rem;
            color: white;
            padding-left: 5px;
            margin: 0;
            letter-spacing: 2px;
            padding-top: 2px;
            padding-bottom: 2px;
        }
      }